Concurrent Versions System - meaning and definition. What is Concurrent Versions System
Diclib.com
Online Dictionary

What (who) is Concurrent Versions System - definition

HISTORICAL CENTRALIZED VERSION CONTROL SYSTEM
Concurrent versions system; Concurrent Version System; Concurrent Versioning System; Concurrent version system; Concurrent versioning system; CVS (software)

Concurrent Versions System         
<programming> (CVS) A cross-platform {code management system} originally based on RCS. CVS tracks all revisions to a file in an associated file with the same name as the original file but with the string ",v" (for version) appended to the filename. These files are stored in a (possibly centralised) repository. Changes are checked in or "committed" along with a comment (which appears in the the "commit log"). CVS has the notions of projects, branches, file locking and many others needed to provide a full-functioned repository. It is commonly accessed over over its own "anonCVS" protocol for read-only access (many open source projects are available by anonymous CVS) and over the SSH protocol by those with commit privileges ("committers"). CVS has been rewritten several times and does not depend on RCS. However, files are still largely compatible; one can easily migrate a project from RCS to CVS by copying the history files into a CVS repository. A sub-project of the OpenBSD project is building a complete new implementation of CVS, to be called OpenCVS. CVS Home (http://cvshome.org/). {OpenCVS (http://opencvs.org/)}. (2005-01-17)
Concurrent computing         
FORM OF COMPUTING IN WHICH SEVERAL COMPUTATIONS ARE EXECUTING DURING OVERLAPPING TIME PERIODS
Concurrent programming; Concurrent process; Concurrent programming language; Concurrent computation; Concurrent Programming; Concurrent algorithm; COPL; Process Communication Model (computing); Concurrent program; Concurrency (computing); Concurrent programming languages; Sequential programming; History of concurrent programming; List of languages supporting concurrent programming; Software concurrency
Concurrent computing is a form of computing in which several computations are executed concurrently—during overlapping time periods—instead of sequentially—with one completing before the next starts.
version         
  • Front and rear views of the ''[[Carry-I]]'' book-sized diskless workstation, bundled with DR&nbsp;DOS 5.0, based on an [[Intel 80286]] processor and produced by Taiwan's [[Flytech Technology]] c. 1991
  • Digital Research DR&nbsp;DOS 6.0 startup disk
  • Novell DR&nbsp;DOS 6.0 manual
  • A typical command line in Novell DOS 7
WIKIMEDIA DISAMBIGUATION PAGE
Versions; Versions (album); Version (disambiguation)
n.
1.
Translation, rendering, interpretation, reading, lection.
2.
Translation, rendition.

Wikipedia

Concurrent Versions System

Concurrent Versions System (CVS, also known as the Concurrent Versioning System) is a revision control system originally developed by Dick Grune in July 1986.

CVS operates as a front end to RCS, an earlier system which operates on single files. It expands upon RCS by adding support for repository-level change tracking, and a client-server model.

Released under the terms of the GNU General Public License, CVS is free software.